home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / pbm / pbm_man.zoo / man1 / pbmpaste.1 < prev    next >
Text File  |  1994-08-27  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. pbmpaste(1)              USER COMMANDS                pbmpaste(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pbmpaste - paste a rectangle into a portable bitmap
  10.  
  11. SYNOPSIS
  12.      pbmpaste [-replace|-or|-and _✓f_✓r_✓o_✓m_✓p_✓b_✓m_✓f_✓i_✓l_✓e _✓x _✓y [_✓i_✓n_✓t_✓o_✓p_✓b_✓m_✓f_✓i_✓l_✓e]
  13.  
  14. DESCRIPTION
  15.      Reads two portable bitmaps as input.  Inserts the first bit-
  16.      map  into the second at the specified location, and produces
  17.      a portable bitmap the same size as the second as output.  If
  18.      the  second  bitmap is not specified, it is read from stdin.
  19.      The _✓x and _✓y can be negative, in which case they  are  inter-
  20.      preted  relative  to  the  right  and  bottom of the bitmap,
  21.      respectively.
  22.  
  23.      This  tool  is  useful  in  combination  with  _✓p_✓n_✓m_✓c_✓u_✓t.   For
  24.      instance,  if  you  want  to edit a small segment of a large
  25.      bitmap, and your bitmap editor is TOO  STUPID  to  edit  the
  26.      large bitmap, you can cut out the segment you are interested
  27.      in, edit it, and then paste it back in.
  28.  
  29.      Another useful companion tool is _✓p_✓b_✓m_✓m_✓a_✓s_✓k.
  30.  
  31.      The _✓p_✓n_✓m_✓p_✓a_✓s_✓t_✓e tool is like this one, except that  it  doesn't
  32.      implement the logical operation flags, since they don't have
  33.      any useful meaning for grayscale and color images.
  34.  
  35.      The flags specify the operation to use when doing the paste.
  36.      The  default  is  -replace.   The other operations act as if
  37.      white is 1 and black is 0.  WARNING: this is the opposite of
  38.      how  the  PBM file format stores bits.  Ignore the file for-
  39.      mat.
  40.  
  41.      All flags can be abbreviated to their shortest  unique  pre-
  42.      fix.
  43.  
  44. SEE ALSO
  45.      pnmcut(1),    pbmmask(1),     pnminvert(1),     pnmarith(1),
  46.      pnmpaste(1), pbm(5)
  47.  
  48. AUTHOR
  49.      Copyright (C) 1989 by Jef Poskanzer.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.0    Last change: 08 August 1989                  1
  64.  
  65.  
  66.  
  67.